
nav.navbar.navbar-default{
	background: black;
}
	
nav.navbar.navbar-default.affix{
	background: black;	
}	
	nav.navbar-default .navbar-brand> div:last-child{
	visibility: hidden;
}

ul.nav.navbar-nav li> ul> li > a{
	background-color: black;
}
div#navi.navbar-collapse.collapse.in  >ul>li > a{
	background-color: black;
}

div#navi.navbar-collapse.collapsing  >ul>li > a{
	background-color: black;
}

h1{
	font-size: 14pt;
}
h2{
	font-size: 13pt;
}
h3{
	font-size: 12pt;
}
@media (min-width: 992px) {
h1{
	font-size: 16pt;
}
h2{
	font-size: 15pt;
}
h3{
	font-size: 14pt;
}
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*																				IMPRESSUM						     																  */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



#section_impressum{
	margin-top:50px;
}


	#section_impressum{
		background-color:#EADDD7;
		color:black;
		padding-bottom:0px;
		text-align:justify;
		font-family: 'Raleway';
	}
	#impressum_container{
		position:relative;
		content:" ";
		clear:both;
		width:100%;
	}
	
#section_impressum p:last-child{
	margin-bottom:30px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*																				PRIVACY							     																  */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#section_privacy{
	margin-top:50px;
	min-height:768px;
}


	#section_privacy{
		background-color:#EADDD7;
		color:black;
		padding-bottom:0px;
		text-align:justify;
		font-family: 'Raleway';
	}
	#privacy_container{
		position:relative;
		content:" ";
		clear:both;
		width:100%;
	}
	
#section_privacy p:last-child{
	margin-bottom:30px;
}
